google.golang.org/grpc.ccResolverWrapper.curState (field)

13 uses

	google.golang.org/grpc (current package)
		resolver_conn_wrapper.go#L41: 	curState   resolver.State
		resolver_conn_wrapper.go#L101: 	ccr.curState = s
		resolver_conn_wrapper.go#L102: 	if err := ccr.cc.updateResolverState(ccr.curState, nil); err == balancer.ErrBadResolverState {
		resolver_conn_wrapper.go#L125: 	ccr.addChannelzTraceEvent(resolver.State{Addresses: addrs, ServiceConfig: ccr.curState.ServiceConfig})
		resolver_conn_wrapper.go#L126: 	ccr.curState.Addresses = addrs
		resolver_conn_wrapper.go#L127: 	ccr.cc.updateResolverState(ccr.curState, nil)
		resolver_conn_wrapper.go#L148: 	ccr.addChannelzTraceEvent(resolver.State{Addresses: ccr.curState.Addresses, ServiceConfig: scpr})
		resolver_conn_wrapper.go#L149: 	ccr.curState.ServiceConfig = scpr
		resolver_conn_wrapper.go#L150: 	ccr.cc.updateResolverState(ccr.curState, nil)
		resolver_conn_wrapper.go#L161: 	if ccr.curState.ServiceConfig != nil {
		resolver_conn_wrapper.go#L162: 		oldSC, oldOK = ccr.curState.ServiceConfig.Config.(*ServiceConfig)
		resolver_conn_wrapper.go#L170: 	if len(ccr.curState.Addresses) > 0 && len(s.Addresses) == 0 {
		resolver_conn_wrapper.go#L172: 	} else if len(ccr.curState.Addresses) == 0 && len(s.Addresses) > 0 {